home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / dissem / dissdemo.dir / 00793_Script_793 < prev    next >
Text File  |  1999-04-25  |  535b  |  30 lines

  1. on enterframe
  2.   puppetsprite 3, true
  3.   puppetsprite 4, true
  4.   puppetsprite 5, true
  5.  
  6.   puppetsprite 9, true
  7.   
  8.    if rollover (4) then set the castnum of sprite 4 = 781
  9.   else
  10.     set the castnum of sprite 4 = 778
  11.   end if
  12.   
  13.   if rollover (5) then set the castnum of sprite 5 = 782
  14.   else
  15.     set the castnum of sprite 5 = 777
  16.   end if
  17.   
  18.  
  19.   
  20.   if rollover (9) then set the castnum of sprite 9 = 21
  21.   else
  22.     set the castnum of sprite 9 = 19
  23.   end if
  24.   
  25. end enterframe
  26.  
  27. on exitFrame
  28.   go to the frame
  29. end
  30.